testing.testContext.startParallel (field)

4 uses

	testing (current package)
		testing.go#L1519: 	startParallel chan bool
		testing.go#L1535: 		startParallel: make(chan bool),
		testing.go#L1550: 	<-c.startParallel
		testing.go#L1562: 	c.startParallel <- true // Pick a waiting test to be run.